GoXam for WPF v3
LinkToParameterPath Property
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : LinkToParameterPath Property
Gets or sets a property path that that specifies how to get optional "port" parameter information for the "to" node data of a link data object.
Syntax
public string LinkToParameterPath {get; set;}

Property Value

This value is used by FindToParameterForLink to get an object describing the "to" end of this link data.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindToParameterForLink for most cases.

The value of this property path applied to a link data object must be of type PortKey.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members